Platform Explorer / Nuxeo Platform 6.0

Operation Context.FetchFile (Context File(s))

Description

Fetch the input of the context as a file or list of files. The file(s) will become the input for the next operation.
Operation id Context.FetchFile
Category Fetch
Label Context File(s)
Requires
Since

Parameters

No parameters.

Signature

Inputs blob, bloblist
Outputs blob, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.FetchContextBlob
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.FetchFile",
  "label" : "Context File(s)",
  "category" : "Fetch",
  "requires" : null,
  "description" : "Fetch the input of the context as a file or list of files. The file(s) will become the input for the next operation.",
  "url" : "Context.FetchFile",
  "signature" : [ "blob", "blob", "bloblist", "bloblist" ],
  "params" : [ ]
}